home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1995 April / Electronic Clipper 1995-04.iso / mac / PC_USERS / IDEASRC / BALPNT.DIR / 00001_Script_1 next >
Text File  |  1995-02-23  |  224b  |  11 lines

  1. on exitFrame
  2.   if soundbusy(1) then
  3.     go the frame
  4.   end if
  5.   if the frame = 2 then
  6.     put "1" into word 2 of field "count"
  7.   end if
  8.   if the frame = 17 then
  9.     put "2" into word 2 of field "count"
  10.   end if
  11. end